- CreateDCRenderTarget
HRESULT CreateDCRenderTarget(const(D2D1_RENDER_TARGET_PROPERTIES)* renderTargetProperties, ID2D1DCRenderTarget* dcRenderTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateDrawingStateBlock
HRESULT CreateDrawingStateBlock(const(D2D1_DRAWING_STATE_DESCRIPTION)* drawingStateDescription, IDWriteRenderingParams textRenderingParams, ID2D1DrawingStateBlock* drawingStateBlock)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateDxgiSurfaceRenderTarget
HRESULT CreateDxgiSurfaceRenderTarget(IDXGISurface dxgiSurface, const(D2D1_RENDER_TARGET_PROPERTIES)* renderTargetProperties, ID2D1RenderTarget* renderTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateEllipseGeometry
HRESULT CreateEllipseGeometry(const(D2D1_ELLIPSE)* ellipse, ID2D1EllipseGeometry* ellipseGeometry)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateGeometryGroup
HRESULT CreateGeometryGroup(D2D1_FILL_MODE fillMode, ID2D1Geometry* geometries, UINT32 geometriesCount, ID2D1GeometryGroup* geometryGroup)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateHwndRenderTarget
HRESULT CreateHwndRenderTarget(const(D2D1_RENDER_TARGET_PROPERTIES)* renderTargetProperties, const(D2D1_HWND_RENDER_TARGET_PROPERTIES)* hwndRenderTargetProperties, ID2D1HwndRenderTarget* hwndRenderTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreatePathGeometry
HRESULT CreatePathGeometry(ID2D1PathGeometry* pathGeometry)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateRectangleGeometry
HRESULT CreateRectangleGeometry(const(D2D1_RECT_F)* rectangle, ID2D1RectangleGeometry* rectangleGeometry)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateRoundedRectangleGeometry
HRESULT CreateRoundedRectangleGeometry(const(D2D1_ROUNDED_RECT)* roundedRectangle, ID2D1RoundedRectangleGeometry* roundedRectangleGeometry)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateStrokeStyle
HRESULT CreateStrokeStyle(const(D2D1_STROKE_STYLE_PROPERTIES)* strokeStyleProperties, const(FLOAT)* dashes, UINT32 dashesCount, ID2D1StrokeStyle* strokeStyle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateTransformedGeometry
HRESULT CreateTransformedGeometry(ID2D1Geometry sourceGeometry, const(D2D1_MATRIX_3X2_F)* transform, ID2D1TransformedGeometry* transformedGeometry)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- CreateWicBitmapRenderTarget
HRESULT CreateWicBitmapRenderTarget(IWICBitmap target, const(D2D1_RENDER_TARGET_PROPERTIES)* renderTargetProperties, ID2D1RenderTarget* renderTarget)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetDesktopDpi
void GetDesktopDpi(FLOAT* dpiX, FLOAT* dpiY)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ReloadSystemMetrics
HRESULT ReloadSystemMetrics()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.